projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71fa27
)
; Improve diagnostics in Image Dired
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 2 Jun 2024 11:14:10 +0000
(14:14 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 2 Jun 2024 11:14:10 +0000
(14:14 +0300)
* lisp/image/image-dired-external.el
(image-dired--check-executable-exists): Improve diagnostics.
lisp/image/image-dired-external.el
patch
|
blob
|
history
diff --git
a/lisp/image/image-dired-external.el
b/lisp/image/image-dired-external.el
index da272c146c9afdcda3cd075fa3cc30a44e676c5a..5a9fc504370901ccd0a44fdac3a9c3c91936bab1 100644
(file)
--- a/
lisp/image/image-dired-external.el
+++ b/
lisp/image/image-dired-external.el
@@
-240,7
+240,8
@@
function, consider that function to be an alternative to running EXECUTABLE."
(or (and (executable-find cmd)
(image-dired--probe-thumbnail-cmd cmd))
(and func (fboundp func) 'function)
- (error "Executable %S not found or not pertinent" executable))))
+ (error "Executable named by `%S' (%s) not found or not pertinent"
+ executable (symbol-value executable)))))
\f
;;; Creating thumbnails